home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2002 January
/
maximum-cd-2002-01.iso
/
Files
/
Mechwarrior 4 Mapping
/
MW4Editor.exe
/
content
/
ABLScripts
/
StockScripts
/
Stock_Destruction.ABL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
379 b
|
30 lines
fsm StockDestruction : integer;
const
#include_ <content\ABLScripts\mwconst.abi>
type
#include_ <content\ABLScripts\mwtype.abi>
function init;
code
SetupScoring_Destruction;
TeamSetNav(0,ena_Nav_Center);
endfunction;
state startState;
code
revealnavpoint(ena_Nav_Center);
endstate;
state deadState;
code
endstate;
endfsm.